home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Authority.sea / XML Authority / Required / swingall.jar / javax / swing / text / StyleContext$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  521 b   |  16 lines

  1. package javax.swing.text;
  2.  
  3. final class StyleContext$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final StyleContext this$0;
  6.  
  7.    // $FF: synthetic method
  8.    StyleContext$1(StyleContext var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void run() {
  13.       this.this$0.removeUnusedSets();
  14.    }
  15. }
  16.